home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / X11 / xkb / symbols / level5 < prev    next >
Encoding:
Text File  |  2009-03-31  |  544 b   |  19 lines

  1. // $XKeyboardConfig$
  2.  
  3. // these variants assign various XKB keycodes to ISO_Level5_Shift so that
  4. // the third shift level can be reached
  5. //
  6. // $XFree86: xc/programs/xkbcomp/symbols/level3,v 1.7 2003/09/08 14:25:32 eich Exp $
  7. //
  8.  
  9. // using the level(switch) map, the right Control key temporarily
  10. // chooses the fifth shift level (until it is released).
  11. partial modifier_keys
  12. xkb_symbols "rctrl_switch" {
  13.   key <RCTL> {
  14.     type[Group1]="ONE_LEVEL",
  15.     symbols[Group1] = [ ISO_Level5_Shift ]
  16.     };
  17.   modifier_map Mod3   { ISO_Level5_Shift };
  18. };
  19.